*{
padding: 0%;
margin: 0%; 

}
body {

  background-color: black;
}

img {
  visibility: 50%;
}
.Nav_bar {

  height: 10px;
 padding: 10px;
 
}
.Nav_bar img {
   height: 45px;
}

.Nav{
text-align: center;
color:red;
text-align: center;


}
.Nav a {
    padding: 60px ;
    text-align: center;
}
.Nav button {
  height: 20px;
  width: 100px
}

#backPrimari {
  background: CadetBlue;
  height: 100px;
}

.footer {
  
background: whitesmoke;
height: 100px;
}

.Feeds-Noticia{
  
border: 1px solid;
  
}

.Feeds {
background: white;
width: 73%;

margin-left:150px 
}
.Conteudo_Inicial {
  border-image: 1px solid;
  background-image:url(https://projeto-chuck--carfil147.repl.co/Imagem/chuck.jpeg);
background-size: 100%;
height: 300px;
}
.Conteudo_Inicial a{
  float: right;
  
}
.Conteudo_Inicial img {
  height:50px ;
  width: 50px; 
}

#btnTop {
  position:fixed;
  bottom: 10px;
  right:50px;
  float: right;

  
  border-radius: 50%;
  height: 70px; 
  width: 5%;
  display: none;
  background: transparent ;


}

html {
  scroll-behavior: smooth;
}